home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar
/
1998
/
Feb
/
di9802ts
/
VBSample2.bas
< prev
Wrap
BASIC Source File
|
1997-08-13
|
138b
|
5 lines
Sub Main
Dim ANumber
ANumber = InputBox("Please enter a temperature (F) to convert")
MyObj.ShowCelcius ANumber
End Sub